home *** CD-ROM | disk | FTP | other *** search
/ Java Developer's Companion / Java Developer's Companion.iso / documentation / tutorial / native / stepbystep / example / HelloWorld.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-13  |  488 b   |  25 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class HelloWorld */
  4.  
  5. #ifndef _Included_HelloWorld
  6. #define _Included_HelloWorld
  7.  
  8. #pragma pack(4)
  9.  
  10. typedef struct ClassHelloWorld {
  11.     char PAD;    /* ANSI C requires structures to have a least one member */
  12. } ClassHelloWorld;
  13. HandleTo(HelloWorld);
  14.  
  15. #pragma pack()
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. extern void HelloWorld_displayHelloWorld(struct HHelloWorld *);
  21. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif
  25.